.Net Framework > v1.1.4322 > System > IO > FileStream > FileStream FileStream(SafeFileHandle,FileAccess)
FileStream(SafeFileHandle,FileAccess,Int32)
FileStream(SafeFileHandle,FileAccess,Int32,Boolean)
FileStream(IntPtr,FileAccess)
FileStream(IntPtr,FileAccess,Boolean)
FileStream(IntPtr,FileAccess,Boolean,Int32)
FileStream(IntPtr,FileAccess,Boolean,Int32,Boolean)
FileStream(String,FileMode)
FileStream(String,FileMode,FileAccess)
FileStream(String,FileMode,FileAccess,FileShare)
FileStream(String,FileMode,FileAccess,FileShare,Int32)
FileStream(String,FileMode,FileAccess,FileShare,Int32,Boolean)
FileStream(String,FileMode,FileAccess,FileShare,Int32,FileOptions)
FileStream(String,FileMode,FileSystemRights,FileShare,Int32,FileOptions)
FileStream(String,FileMode,FileSystemRights,FileShare,Int32,FileOptions,FileSecurity)


FileStream(SafeFileHandle,FileAccess)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
handleSafeFileHandle
accessFileAccess
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(SafeFileHandle,FileAccess,Int32)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
handleSafeFileHandle
accessFileAccess
bufferSizeInt32
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(SafeFileHandle,FileAccess,Int32,Boolean)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
handleSafeFileHandle
accessFileAccess
bufferSizeInt32
isAsyncBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(IntPtr,FileAccess)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class for the specified file handle, with the specified read/write permission.
Type
void
Character
public
Parameters
NameTypeDescription
handleIntPtr
accessFileAccess
Attributes
NameValue/Assignment
ObsoleteAttributeThis constructor has been deprecated. Please use new FileStream(SafeFileHandle handle, FileAccess access) instead. http://go.microsoft.com/fwlink/?linkid=14202
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(IntPtr,FileAccess,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class for the specified file handle, with the specified read/write permission and instance ownership.
Type
void
Character
public
Parameters
NameTypeDescription
handleIntPtr
accessFileAccess
ownsHandleBoolean
Attributes
NameValue/Assignment
ObsoleteAttributeThis constructor has been deprecated. Please use new FileStream(SafeFileHandle handle, FileAccess access) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. http://go.microsoft.com/fwlink/?linkid=14202
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(IntPtr,FileAccess,Boolean,Int32)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class for the specified file handle, with the specified read/write permission, instance ownership, and buffer size.
Type
void
Character
public
Parameters
NameTypeDescription
handleIntPtr
accessFileAccess
ownsHandleBoolean
bufferSizeInt32
Attributes
NameValue/Assignment
ObsoleteAttributeThis constructor has been deprecated. Please use new FileStream(SafeFileHandle handle, FileAccess access, int bufferSize) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. http://go.microsoft.com/fwlink/?linkid=14202
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(IntPtr,FileAccess,Boolean,Int32,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class for the specified file handle, with the specified read/write permission, instance ownership, buffer size, and synchronous or asynchronous state.
Type
void
Character
public
Parameters
NameTypeDescription
handleIntPtr
accessFileAccess
ownsHandleBoolean
bufferSizeInt32
isAsyncBoolean
Attributes
NameValue/Assignment
ObsoleteAttributeThis constructor has been deprecated. Please use new FileStream(SafeFileHandle handle, FileAccess access, int bufferSize, bool isAsync) instead, and optionally make a new SafeFileHandle with ownsHandle=false if needed. http://go.microsoft.com/fwlink/?linkid=14202
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class with the specified path and creation mode.
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileAccess)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, and read/write permission.
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
accessFileAccess
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileAccess,FileShare)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, read/write permission, and sharing permission.
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
accessFileAccess
shareFileShare
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileAccess,FileShare,Int32)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, read/write and sharing permission, and buffer size.
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
accessFileAccess
shareFileShare
bufferSizeInt32
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileAccess,FileShare,Int32,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, read/write and sharing permission, buffer size, and synchronous or asynchronous state.
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
accessFileAccess
shareFileShare
bufferSizeInt32
useAsyncBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileAccess,FileShare,Int32,FileOptions)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
accessFileAccess
shareFileShare
bufferSizeInt32
optionsFileOptions
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileSystemRights,FileShare,Int32,FileOptions)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
rightsFileSystemRights
shareFileShare
bufferSizeInt32
optionsFileOptions
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

FileStream(String,FileMode,FileSystemRights,FileShare,Int32,FileOptions,FileSecurity)

Category
Constructor
Type
void
Character
public
Parameters
NameTypeDescription
pathString
modeFileMode
rightsFileSystemRights
shareFileShare
bufferSizeInt32
optionsFileOptions
fileSecurityFileSecurity
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database